Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.search.default.types--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.search.default.types inside nuxeo-search-core-9.10.jar /OSGI-INF/search-core-types-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="SavedSearch" name="DefaultSearch">
          <facet name="ContentViewDisplay"/>
          <schema name="default_search"/>
        </doctype>
  • <doctype extends="SavedSearch" name="ExpiredSearch">
          <schema name="expired_search"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <!-- For default search -->
    <doctype extends="SavedSearch" name="DefaultSearch">
      <facet name="ContentViewDisplay"/>
      <schema name="default_search"/>
    </doctype>

    <doctype extends="SavedSearch" name="ExpiredSearch">
      <schema name="expired_search"/>
    </doctype>

  </extension>